projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4118e13
)
gdk: add missing GDK_VERSION_3_6 symbol
author
Cosimo Cecchi
<cosimoc@gnome.org>
Wed, 18 Apr 2012 17:23:29 +0000
(13:23 -0400)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Wed, 18 Apr 2012 17:23:29 +0000
(13:23 -0400)
gdk/gdkversionmacros.h.in
patch
|
blob
|
history
diff --git
a/gdk/gdkversionmacros.h.in
b/gdk/gdkversionmacros.h.in
index 443c286b932282d94f089fe2d8967fefd785e878..647acb21a367eac05cd3b5c5c19f97e533614ab4 100644
(file)
--- a/
gdk/gdkversionmacros.h.in
+++ b/
gdk/gdkversionmacros.h.in
@@
-80,6
+80,16
@@
*/
#define GDK_VERSION_3_4 (G_ENCODE_VERSION (3, 4))
+/**
+ * GDK_VERSION_3_6:
+ *
+ * A macro that evaluates to the 3.6 version of GDK, in a format
+ * that can be used by the C pre-processor.
+ *
+ * Since: 3.6
+ */
+#define GDK_VERSION_3_6 (G_ENCODE_VERSION (3, 6))
+
/* evaluates to the current stable version; for development cycles,
* this means the next stable target